projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae9008
)
arm: mvebu: Remove coherency configuration
author
Stefan Roese
<
[email protected]
>
Sat, 25 Apr 2015 04:29:53 +0000
(06:29 +0200)
committer
Luka Perkov
<
[email protected]
>
Tue, 5 May 2015 12:32:04 +0000
(14:32 +0200)
We are not using the coherency feature in U-Boot at all. So lets remove
this configuration from the mbus driver.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Thomas Petazzoni <
[email protected]
>
Tested-by: Kevin Smith <
[email protected]
>
Tested-by: Dirk Eibach <
[email protected]
>
arch/arm/mach-mvebu/mbus.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/mbus.c
b/arch/arm/mach-mvebu/mbus.c
index 05c9ef2cbbc1b680bffde3fad786f38460e941e6..9b76bce91d03a11d2a7f5246e5751e2bcea794a4 100644
(file)
--- a/
arch/arm/mach-mvebu/mbus.c
+++ b/
arch/arm/mach-mvebu/mbus.c
@@
-341,9
+341,6
@@
static void mvebu_mbus_default_setup_cpu_target(struct mvebu_mbus_state *mbus)
w = &mbus_dram_info.cs[cs++];
w->cs_index = i;
w->mbus_attr = 0xf & ~(1 << i);
-#if defined(CONFIG_ARMADA_XP)
- w->mbus_attr |= ATTR_HW_COHERENCY;
-#endif
w->base = base & DDR_BASE_CS_LOW_MASK;
w->size = (size | ~DDR_SIZE_MASK) + 1;
}